Verwendungen von Schnittstelle
client.teavm.common.IImportedApi
Packages, die IImportedApi verwenden
Package
Beschreibung
TeaVM-specific integration layer for JSIDPlay2.
Common code shared between the TeaVM JavaScript and WebAssembly builds.
Provides the TeaVM-specific audio and video drivers that connect the
Java-based JSIDPlay2 emulator core with the browser runtime.
Provides classes for visualizing SID chip activity in real time within the
browser-based JSIDPlay2 TeaVM front end.
Video rendering and PAL emulation support for TeaVM builds.
-
Verwendungen von IImportedApi in client.teavm
Klassen in client.teavm, die IImportedApi implementierenModifizierer und TypKlasseBeschreibungclassBrowser needs float array for each channel with sound samples with a value range of -1..1.final classSharedArrayBuffer (SAB)-based implementation ofImportedApi.classWAV file support -
Verwendungen von IImportedApi in client.teavm.common
Felder in client.teavm.common, die deklariert sind als IImportedApiKonstruktoren in client.teavm.common mit Parametern vom Typ IImportedApi -
Verwendungen von IImportedApi in client.teavm.common.audio
Felder in client.teavm.common.audio, die deklariert sind als IImportedApiKonstruktoren in client.teavm.common.audio mit Parametern vom Typ IImportedApiModifiziererKonstruktorBeschreibungAudioDriverTeaVM(IImportedApi importedApi, float[] lookupTable, Mixer mixer, boolean usb, int nthFrame) -
Verwendungen von IImportedApi in client.teavm.common.oscilloscope
Konstruktoren in client.teavm.common.oscilloscope mit Parametern vom Typ IImportedApiModifiziererKonstruktorBeschreibungOscilloscope(IImportedApi importedApi, C64 c64, Mixer mixer, Function<String, String> localizer, int width, int height) -
Verwendungen von IImportedApi in client.teavm.common.video
Konstruktoren in client.teavm.common.video mit Parametern vom Typ IImportedApiModifiziererKonstruktorBeschreibungPALEmulationTeaVM(IImportedApi importedApi, int nthFrame, CPUClock cpuClock, int[] combinedLinesEven, int[] combinedLinesOdd, byte[] linePaletteEven, byte[] linePaletteOdd)